home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000350_news@columbia.edu _Thu Feb 22 21:16:27 2001.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by monire.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id VAA14620
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Thu, 22 Feb 2001 21:16:27 -0500 (EST)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id VAA11858
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 22 Feb 2001 21:16:27 -0500 (EST)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id VAA23158
  10.     for kermit.misc@watsun.cc.columbia.edu; Thu, 22 Feb 2001 21:01:51 -0500 (EST)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: jrd@cc.usu.edu (Joe Doupnik)
  13. Subject: Re: MSKermit ODI question
  14. Message-ID: <OwEDzhHyh1z4@cc.usu.edu>
  15. Date: 22 Feb 01 18:56:40 MDT
  16. Organization: Utah State University
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <9749kg$cl8$1@sylvester.vcn.bc.ca>, David Stow <dastow@vcn.bc.ca> writes:
  20. > When MSKermit is used over ODI, what determines the best values for
  21. > buffers and mempool in the KERMIT section of the net.cfg file?  Are these
  22. > values set according to specifications from the MLID author, or are they
  23. > LSL variables that are independent of the MLID?
  24. > Thanks,
  25. > David Stow
  26. ---------
  27.     They are used by the LSL, Link Support Layer, of ODI. Use typical
  28. values of
  29.     buffers 8 1500
  30.     mempool 4096
  31.  
  32.     The MLID (lan driver for the rest of you) does not know about
  33. these things.
  34.     Joe D.